Skip to main content

All Questions

2votes
2answers
184views

Trait and Implementation vs just Implementation

In my previous Java job, we tended to avoid defining interfaces for everything unless we genuinely had multiple implementations for it. This may just be my opinion, but if there is only one ...
lgj's user avatar
  • 108

close